net/http.http2Frame.Header (method)
7 uses
	net/http (current package)
		h2_bundle.go#L1661: 	Header() http2FrameHeader
		h2_bundle.go#L1958: 	fh := f.Header()
		h2_bundle.go#L1964: 					last.Header().Type, fr.lastHeaderStream))
		h2_bundle.go#L3060: 	f.Header().writeDebug(&buf)
		h2_bundle.go#L5359: 			if id := res.f.Header().StreamID; id > sc.maxClientStreamID {
		h2_bundle.go#L5391: 	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
		h2_bundle.go#L5424: 		sc.vlogf("http2: server ignoring frame: %v", f.Header())
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |